test: add tts audio end interval check and change openai tts sample_rate#2155
test: add tts audio end interval check and change openai tts sample_rate#2155YiminW wants to merge 1 commit into
Conversation
Code ReviewOverviewThis PR adds Bug Fix (Positive)
Issues:
|
| Area | Verdict |
|---|---|
asyncio.sleep fix |
Correct and important |
sample_rate return type |
Should cast to int |
sample_rate vs API format mismatch |
May silently report wrong sample rate |
No test for configurable sample_rate |
Should add a unit test |
| Wall-clock vs audio-duration tolerance | Risk of flaky tests; verify 50 ms is appropriate |
Ignored get_property_int error |
Consider logging |
| Validation block duplication | Follow-up refactor suggestion |
7dc8b62 to
be4c301
Compare
PR ReviewThanks for improving TTS integration-test coverage and adding the standalone proxy — the intent of the tests is clear. A few things to flag before this lands: PR scope / title mismatch
Tests —
|
No description provided.